home *** CD-ROM | disk | FTP | other *** search
/ The Doomsday Disk / THE DOOMSDAY DISK.iso / goodies / angels / angels.bat < prev    next >
DOS Batch File  |  1995-05-30  |  1KB  |  32 lines

  1. @echo off
  2. echo.
  3. echo This patch gives your seargants wings...
  4. echo.
  5. echo This procedure will take 2.5 megabytes of diskspace for DOOM1
  6. echo                      or approximately 4.5 megabytes for DOOM2.
  7. echo Press Ctrl-C to abort...
  8. pause
  9.  
  10. REM Uncomment the next line if you want to save space by modifying the
  11. REM original DOOM! installation.
  12. REM ./deusf -doom .. -merge angels.pwd
  13. REM If you want to remove the patch from the original DOOM! installation,
  14. REM run: ./deusf -doom .. -res ../doom.wad   (for DOOM1)
  15. REM or   ./deusf -doom .. -res ../doom2.wad  (for DOOM2)
  16.  
  17. REM Comment the next line if you want to save space by modifying the
  18. REM original DOOM! installation.
  19. deusf -doom .. -add angels.pwd angels.wad
  20.  
  21. echo.
  22. echo Your seargants have been replaced by badass angels!!
  23. echo.
  24. echo To play this patch, run doom with the arguments: -file angels/angel.wad
  25. echo.
  26. echo You can remove angel.wad any time, if you need more diskspace.
  27. echo If you ever want to recreate it, re-run this batchfile.
  28. echo.
  29. echo Enjoy!
  30. echo       -Sam Lantinga    (slouken@cs.ucdavis.edu)
  31. echo.
  32.